home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
software
/
stahuj
/
prog
/
pdfdemo.exe
/
{app}
/
frmPDFPreview.frm
< prev
next >
Wrap
Text File
|
2000-10-12
|
1KB
|
38 lines
VERSION 5.00
Object = "{CA8A9783-280D-11CF-A24D-444553540000}#1.3#0"; "pdf.ocx"
Begin VB.Form frmPDFPreview
Caption = "Form1"
ClientHeight = 5940
ClientLeft = 60
ClientTop = 345
ClientWidth = 7680
LinkTopic = "Form1"
ScaleHeight = 5940
ScaleWidth = 7680
StartUpPosition = 3 'Windows Default
Begin PdfLib.Pdf Pdf1
Height = 5775
Left = 120
TabIndex = 0
Top = 120
Width = 7575
_Version = 131072
_ExtentX = 13361
_ExtentY = 10186
_StockProps = 0
SRC = ""
End
End
Attribute VB_Name = "frmPDFPreview"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
Pdf1.Width = Me.Width - 250
Pdf1.Height = Me.Height - 550
End Sub